testing.M.tests (field)
9 uses
testing (current package)
testing.go#L2278: tests []InternalTest
testing.go#L2324: tests: tests,
testing.go#L2408: listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
testing.go#L2428: rng.Shuffle(len(m.tests), func(i, j int) { m.tests[i], m.tests[j] = m.tests[j], m.tests[i] })
testing.go#L2443: testRan, testOk := runTests(m.deps.ModulePath(), m.deps.ImportPath(), m.deps.MatchString, m.tests, deadline)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)